home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / wot-20080519-fx.xpi / chrome / wot.jar / skin / include / loading.css < prev    next >
Cascading Style Sheet File  |  2008-05-07  |  1KB  |  51 lines

  1. body {
  2.     background-color: #f7f7f7;
  3. }
  4. #loading {
  5.     position: fixed;
  6.     top: 17%;
  7.     width: 100%;
  8.     text-align: center;
  9. }
  10. #images {
  11.     margin: 0 auto;
  12.     width: 210px;
  13. }
  14. .image {
  15.     background: url("chrome://wot/skin/fusion/32_32/grey.png") top left no-repeat;
  16.     width: 32px;
  17.     height: 32px;
  18.     margin-right: 5px;
  19.     margin-left: 5px;
  20.     float: left;
  21. }
  22. #image-0 {
  23.     background: url("chrome://wot/skin/fusion/32_32/danger.png") top left no-repeat;
  24. }
  25. #image-1 {
  26.     background: url("chrome://wot/skin/fusion/32_32/not_safe.png") top left no-repeat;
  27. }
  28. #image-2 {
  29.     background: url("chrome://wot/skin/fusion/32_32/caution.png") top left no-repeat;
  30. }
  31. .accessible .image {
  32.     background: url("chrome://wot/skin/fusion/accessible/32_32/grey.png") top left no-repeat;
  33. }
  34. .accessible #image-0 {
  35.     background: url("chrome://wot/skin/fusion/accessible/32_32/danger.png") top left no-repeat;
  36. }
  37. .accessible #image-1 {
  38.     background: url("chrome://wot/skin/fusion/accessible/32_32/not_safe.png") top left no-repeat;
  39. }
  40. .accessible #image-2 {
  41.     background: url("chrome://wot/skin/fusion/accessible/32_32/caution.png") top left no-repeat;
  42. }
  43. #text {
  44.     clear: both;
  45.     color: #6a6a6a;
  46.     font-family: Arial, sans-serif;
  47.     font-size: 14px;
  48.     width: 100%;
  49.     padding-top: 24px;
  50. }
  51.